CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - unix Socket

搜索资源列表

  1. unix-socket

    0下载:
  2. unix环境下socket编程服务器端示例。开发环境:gcc、vim。在linux和solaris上测试通过-unix environment server socket programming examples. Development environment : gcc, vim. Solaris and the Linux on the test
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:936
    • 提供者:能通
  1. 伯克利socket聊天室

    1下载:
  2. 使用伯克利套接字以及Select实现了一个聊天大厅, 使用GCC编译, 平台为linux或者类unix系统.
  3. 所属分类:源码下载

  1. route_socket.rar

    0下载:
  2. linux下路由套接的实现,这不是网络上unix的路由套接口比较难找的。,linux routing sockets under the implementation, this is not the network routing on unix socket relatively difficult to find the.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11163
    • 提供者:陈灏
  1. socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序

    1下载:
  2. linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
  3. 所属分类:编程文档

    • 发布日期:2016-12-25
    • 文件大小:838656
    • 提供者:王亚磊
  1. Unix-socket

    0下载:
  2. 简单聊天程序: 实用于unix平台的socket编程模型-simpl Socket program for Unix
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:3542
    • 提供者:David
  1. tcp

    0下载:
  2. 站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子- Stationmaster writes under Unix and the Windows socket general function, simple is easy to use. Brings under Unix the small example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-09
    • 文件大小:8213
    • 提供者:站长
  1. socket

    0下载:
  2. 当你进入 UNIX 的神秘世界后,立刻会发现越来越多的东西难以理解。对于大多数人来说,BSD socket 的概念就是其中一个。这是一个很短的教程来解释他们是什么、他们如何工作并给出一些简单的代码来解释如何使用他们。 -UNIX When you enter the mysterious world soon will find more and more difficult to understand things. For most people, BSD socket concept is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8471
    • 提供者:lw
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. socket

    0下载:
  2. UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:4028
    • 提供者:林毅
  1. the-code-of-Unix-network-progarmming

    0下载:
  2. 《Unix网络编程》的源代码,很多socket的编程实例!适合初学者和网络开发人员!-Unix network programming" source code, many examples of socket programming! Suitable for beginners and web developers!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:638883
    • 提供者:刘跃
  1. Server

    0下载:
  2. Windows Sockets规范以U.C. Berkeley大学BSD UNIX中流行的Socket接口为范例定义了一套Microsoft Windows下网络编程接口。它不仅包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。 -Windows Sockets specification to the University of UC Berkeley' s BSD U
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:264079
    • 提供者:Jake
  1. unix-client_server

    0下载:
  2. socket 网络编程中 client 与 server 两端程序的开发-unix client server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:398485
    • 提供者:赵哲焕
  1. unix-socket

    0下载:
  2. unix 环境下 用socket进行网络编程-unix socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:247631
    • 提供者:赵哲焕
  1. CS

    0下载:
  2. linux下的socket下的通信编程,包含客户端和服务器。-linux under the socket communication programming under, including client and server.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:937
    • 提供者:小杨
  1. 3

    2下载:
  2. 网络编程实用教程-电子教案: 第1章 网络编程基础 第2章 UNIX中的套接字网络编程接口 第3章 Windows环境的网络编程 第4章 MFC编程 第5章 MFC WinSock类的编程 第6章 WinInet编程 第7章 WinSock的多线程编程 第8章 Winsock的输入/输出模型 第9章 HTTP协议及高级编程 第10章 电子邮件协议与编程 -Chapter 1 Chapter 2 based on network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5448731
    • 提供者:何旭
  1. magent-0.6.tar

    1下载:
  2. magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:17257
    • 提供者:zzw
  1. unix

    0下载:
  2. 实现socket的通信功能,包括tcp/udp/smb等基本功能,开发者可以用来做为大型项目的组件,包括分布式服务器,多客户端等项目----
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:64017
    • 提供者:lyy
  1. IPv6-Network-Programming-(2004)

    0下载:
  2. 此书介绍如何基于UNIX socket API来写IPv6应用,以及如何将IPv4应用兼容IPv6.-This book tries to outline how to write an IPv6-capable application on a UNIX socket API, or how to update your IPv4 application to be IPv6-capable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2402978
    • 提供者:test
  1. unix-socket-programme

    0下载:
  2. 代码编写了在unix socket编程的典型几种模式,包括迭代,epoll,select,多线程,多进程等模式,是学习的好资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1479741
    • 提供者:焦梁
  1. unix-socket

    0下载:
  2. unix socket实现的简单client和server的通信-to achieve a simple unix socket client and server communication
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:15695
    • 提供者:陈金良
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com